Changing server signature

Course- htaccess >

To change the server signature which is displayed as part of the default Apache error documents, use the following code:

 

ServerSignature EMail
SetEnv SERVER_ADMIN [email protected]

The example above will simply change the email address which is displayed, this is useful if the default address is not set correctly.

To remove the server signature completely, use the following code:

 

ServerSignature Off